home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / gfx / x11 / xlibs_930609.readme < prev   
Text File  |  1993-06-10  |  3KB  |  61 lines

  1. Short: Xlibs without Shape debugging printfs
  2. Uploader: balzer@heike.informatik.uni-dortmund.de
  3. Type: gfx/x11
  4.  
  5. These are the additional link libraries (for GCC of course)
  6. needed to compile local X11 clients for the PD X11 server
  7. "DaggeX" by Kari J.  Mettinen <mettinen@kruuna.helsinki.fi> and
  8. Leonard K Norrgård <vinsci@nic.funet.fi>.
  9.  
  10. The last public release of DaggeX (V0.2) contained the basic
  11. lib (libX11), the X toolkit (libXt) and a net support lib
  12. (libnet). This archive contains:
  13.  
  14.  - libXaw   is the Athena Widget set
  15.  - libXmu   are miscellaneous utility functions
  16.  - libXext  are for server extensions like SHAPE
  17.  
  18. plus a beta release of Markus Wild's new ixemul.library with the
  19. proper libc.a. Please read libs/README.PRELIMINARY! Ask Markus
  20. if you need the complete archive.
  21.  
  22. Installation is simple:  Just copy libs to libs:  and lib to
  23. gcc:lib.  You should also get the Xincludes archive and unpack
  24. the includes into the gcc: directory.
  25.  
  26. The libraries were compiled for 68020.  To recompile them is
  27. pretty simple, just get the sources, do mkmf and make, that's
  28. it. (Of course you will need GCC, imake and the Xincludes...)
  29.  
  30. A note on compiling X clients using these libs: You should
  31. maintain the order given by my imake rules, i.e.
  32.  
  33.   gcc ... -lXaw -lXmu -lXext -lXt -lX11 -lnet -lc -lamiga
  34.  
  35. This will avoid linker problems. The normal case should of course
  36. be to unpack any X client, execute mkmf and then just invoke
  37. make. Have fun!
  38.  
  39. Michael Balzer
  40. (EMail at work: balzer@heike.informatik.uni-dortmund.de,
  41. at home: bilbo@bagsend.aworld.de)
  42.  
  43.  * Copyright 1989 Massachusetts Institute of Technology
  44.  *
  45.  * Permission to use, copy, modify, distribute, and sell this software and its
  46.  * documentation for any purpose is hereby granted without fee, provided that
  47.  * the above copyright notice appear in all copies and that both that
  48.  * copyright notice and this permission notice appear in supporting
  49.  * documentation, and that the name of M.I.T. not be used in advertising or
  50.  * publicity pertaining to distribution of the software without specific,
  51.  * written prior permission.  M.I.T. makes no representations about the
  52.  * suitability of this software for any purpose.  It is provided "as is"
  53.  * without express or implied warranty.
  54.  *
  55.  * M.I.T. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
  56.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL M.I.T.
  57.  * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  58.  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
  59.  * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 
  60.  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  61.